Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds check columns operation #344

Merged
merged 6 commits into from
Feb 20, 2025
Merged

Conversation

CarlosCoelhoSL
Copy link
Contributor

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Description

Adds a new operation to the operation module, check columns.
This takes in a DB connection and dictionary of tables with their expected columns, and checks the table has those columns

Related Tickets & Documents

Added/updated tests?

We encourage you to keep the code coverage percentage at 80% and above. Please refer to the Digital Land Testing Guidance for more information.

  • Yes
  • No, and this is why: please replace this line with details on why tests
    have not been included
  • I need help with writing tests

@CarlosCoelhoSL CarlosCoelhoSL marked this pull request as ready for review February 18, 2025 17:47
Copy link
Contributor

@ssadhu-sl ssadhu-sl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@CarlosCoelhoSL CarlosCoelhoSL merged commit a612c25 into main Feb 20, 2025
3 checks passed
@CarlosCoelhoSL CarlosCoelhoSL deleted the expectations-check-columns branch February 20, 2025 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants